home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / ingres04.lzh / source / conf / version.c < prev   
Encoding:
Text File  |  1993-01-18  |  384 b   |  14 lines

  1.  
  2. /*
  3. **  VERSION.C -- define the current version
  4. **
  5. **    This just factors out the current version into one file
  6. **    to make releases easier.  It is printed by the terminal
  7. **    monitor, but should probably be loaded with everything
  8. **    to guarantee a stamp in every file.
  9. **
  10. **    This file defines the system version identification.
  11. */
  12.  
  13. char    SysIdent[] =    "INGRES version 8.9 - Linux/386BSD";
  14.